home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / fly.arc / FLY.DOC next >
Encoding:
Text File  |  1987-02-02  |  1.1 KB  |  48 lines

  1. FLY
  2.  
  3. Creates and executes a batch file on the fly.  If you have a dozen
  4. things to do, and you don't want to use an editor to make a batch
  5. file, just use fly, and enter your batch commands "on the fly".
  6.  
  7. When your'e done, just hit carriage return, and fly will execute
  8. the batch file its created.  The batch file name is $TMP.BAT, and
  9. fly will delete it when its done.
  10.  
  11. This tiny programming effort has saved me the agony of watching
  12. long processes wait for me to provide the next command.
  13.  
  14. The following example provides relief of a certain amount of agony,
  15. oh, the little ">" is fly's input prompt;
  16.  
  17.     C>fly
  18.     >arc x archive1
  19.     >arc x archive2
  20.     >arc x archive3
  21.     >arc x archive4
  22.     >
  23. Other batch files can be executed by;
  24.  
  25.     >command /c filename.bat
  26.  
  27.  
  28. Any comments, suggestions or criticisms;
  29.  
  30.     direct criticisms to :
  31.             Chairman of the Board
  32.             IBM Corp.
  33.             Armonk, NY
  34.  
  35.     anything else to:
  36.             Bob Halsall
  37.             c/o Eastern 'C' Board
  38.             Suffern, NY
  39.             (914)-368-0658
  40.  
  41. If you find yourself using this program, please send
  42. a few dollars to :
  43.             The American Cancer Society
  44.             90 Park Avenue
  45.             New York, New York 10016
  46.  
  47.  
  48.